home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Apple Color OneScanner SDK / Scan Image 1.0 / Headers / Global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-24  |  1.4 KB  |  37 lines  |  [TEXT/MPCC]

  1. /*************************************************************************************
  2. #
  3. #        Global.h
  4. #
  5. #        This file contains the global definitions
  6. #
  7. #        Author(s):     Michael Marinkovich
  8. #                    Apple Developer Technical Support
  9. #                    marink@apple.com
  10. #
  11. #        Modification History: 
  12. #
  13. #            4/3/96        MWM     Initial coding                     
  14. #
  15. #        Copyright © 1992-96 Apple Computer, Inc., All Rights Reserved
  16. #
  17. #
  18. #        You may incorporate this sample code into your applications without
  19. #        restriction, though the sample code has been provided "AS IS" and the
  20. #        responsibility for its operation is 100% yours.  However, what you are
  21. #        not permitted to do is to redistribute the source as "DSC Sample Code"
  22. #        after having made changes. If you're going to re-distribute the source,
  23. #        we require that you make it clear in the source that the code was
  24. #        descended from Apple Sample Code, but that you've made changes.
  25. #
  26. *************************************************************************************/
  27.  
  28. #include <Drag.h>
  29.  
  30. Boolean         gHasDMTwo;                        // is DM 2.0 available?
  31. Boolean         gInBackground = false;            // are we in the background?
  32. Boolean            gDone = false;                    // app is done flag        
  33. Boolean            gHasDrag;                        // we have Drag Manager?
  34. Boolean            gHasAbout;                        // do we have an about box showing?
  35. short            gWindCount;                        // window counter for new windows
  36. WindowRef        gFloatWindow;                    // we only have one float window
  37.